func runtime.findObject
14 uses
runtime (current package)
cgocall.go#L580: b, span, _ := findObject(uintptr(p), 0, 0)
checkptr.go#L94: if base, _, _ := findObject(uintptr(p), 0, 0); base != 0 {
lfstack.go#L61: if base, _, _ := findObject(uintptr(unsafe.Pointer(node)), 0, 0); base != 0 {
mbitmap.go#L339: func findObject(p, refBase, refOff uintptr) (base uintptr, s *mspan, objIndex uintptr) {
mbitmap.go#L1450: if base, s, _ := findObject(uintptr(p), 0, 0); base != 0 {
mfinal.go#L413: base, _, _ := findObject(uintptr(e.data), 0, 0)
mgc.go#L1805: if base, _, _ := findObject(p2, 0, 0); base != 0 {
mgcmark.go#L1237: if obj, span, objIndex := findObject(p, b, i); obj != 0 {
mgcmark.go#L1335: if obj, span, objIndex := findObject(obj, b, addr-b); obj != 0 {
mgcmark.go#L1445: if obj, span, objIndex := findObject(b, 0, 0); obj != 0 {
mgcmark.go#L1594: _, span, objIndex := findObject(c.tiny, 0, 0)
mheap.go#L1957: base, span, _ := findObject(uintptr(p), 0, 0)
mwbbuf.go#L240: obj, span, objIndex := findObject(ptr, 0, 0)
pinner.go#L366: _, span, objIndex := findObject(uintptr(addr), 0, 0)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |